home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue46 / packages / AddInPackage / AddInFormU.dfm / AddInFormU.txt
Encoding:
Text File  |  1999-05-05  |  4.3 KB  |  211 lines

  1. object ObjectBrowserForm: TObjectBrowserForm
  2.   Left = 285
  3.   Top = 67
  4.   Width = 650
  5.   Height = 663
  6.   Caption = 'Object Browser'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Splitter1: TSplitter
  16.     Left = 422
  17.     Top = 0
  18.     Width = 3
  19.     Height = 636
  20.     Cursor = crHSplit
  21.     Align = alRight
  22.   end
  23.   object TPanel
  24.     Left = 425
  25.     Top = 0
  26.     Width = 217
  27.     Height = 636
  28.     Align = alRight
  29.     BevelOuter = bvNone
  30.     TabOrder = 0
  31.     object GrdProp: TStringGrid
  32.       Left = 0
  33.       Top = 22
  34.       Width = 217
  35.       Height = 614
  36.       Align = alClient
  37.       BorderStyle = bsNone
  38.       Color = clBtnFace
  39.       ColCount = 2
  40.       DefaultColWidth = 108
  41.       DefaultRowHeight = 16
  42.       FixedCols = 0
  43.       RowCount = 1
  44.       FixedRows = 0
  45.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
  46.       TabOrder = 0
  47.     end
  48.     object TCPropType: TTabControl
  49.       Left = 0
  50.       Top = 0
  51.       Width = 217
  52.       Height = 22
  53.       Align = alTop
  54.       TabIndex = 0
  55.       TabOrder = 1
  56.       Tabs.Strings = (
  57.         'Properties'
  58.         'Events')
  59.       OnChange = TCPropTypeChange
  60.     end
  61.   end
  62.   object TPanel
  63.     Left = 0
  64.     Top = 0
  65.     Width = 422
  66.     Height = 636
  67.     Align = alClient
  68.     BevelOuter = bvNone
  69.     TabOrder = 1
  70.     object Splitter2: TSplitter
  71.       Left = 0
  72.       Top = 432
  73.       Width = 422
  74.       Height = 3
  75.       Cursor = crVSplit
  76.       Align = alTop
  77.     end
  78.     object TPanel
  79.       Left = 0
  80.       Top = 0
  81.       Width = 422
  82.       Height = 432
  83.       Align = alTop
  84.       BevelOuter = bvNone
  85.       TabOrder = 0
  86.       object TvOwnerHierarchy: TTreeView
  87.         Left = 0
  88.         Top = 32
  89.         Width = 422
  90.         Height = 400
  91.         ReadOnly = True
  92.         Indent = 19
  93.         OnChange = TvOwnerHierarchyChange
  94.         Align = alClient
  95.         TabOrder = 0
  96.       end
  97.       object TPanel
  98.         Left = 0
  99.         Top = 0
  100.         Width = 422
  101.         Height = 32
  102.         Align = alTop
  103.         BevelOuter = bvNone
  104.         TabOrder = 1
  105.         object Label1: TLabel
  106.           Left = 8
  107.           Top = 10
  108.           Width = 96
  109.           Height = 13
  110.           Caption = 'Ownership hierarchy'
  111.         end
  112.         object BtnUpdate: TButton
  113.           Left = 118
  114.           Top = 4
  115.           Width = 75
  116.           Height = 25
  117.           Caption = '&Update'
  118.           TabOrder = 0
  119.           OnClick = BtnUpdateClick
  120.         end
  121.       end
  122.     end
  123.     object TPanel
  124.       Left = 0
  125.       Top = 435
  126.       Width = 422
  127.       Height = 201
  128.       Align = alClient
  129.       BevelOuter = bvNone
  130.       TabOrder = 1
  131.       object Splitter3: TSplitter
  132.         Left = 208
  133.         Top = 0
  134.         Width = 3
  135.         Height = 201
  136.         Cursor = crHSplit
  137.       end
  138.       object TPanel
  139.         Left = 0
  140.         Top = 0
  141.         Width = 208
  142.         Height = 201
  143.         Align = alLeft
  144.         BevelOuter = bvNone
  145.         TabOrder = 0
  146.         object TPanel
  147.           Left = 0
  148.           Top = 0
  149.           Width = 208
  150.           Height = 22
  151.           Align = alTop
  152.           BevelOuter = bvNone
  153.           TabOrder = 0
  154.           object Label2: TLabel
  155.             Left = 6
  156.             Top = 4
  157.             Width = 104
  158.             Height = 13
  159.             Caption = 'Parent/child hierarchy'
  160.           end
  161.         end
  162.         object TvChildrenHierarchy: TTreeView
  163.           Left = 0
  164.           Top = 22
  165.           Width = 208
  166.           Height = 179
  167.           ReadOnly = True
  168.           Indent = 19
  169.           Align = alClient
  170.           TabOrder = 1
  171.         end
  172.       end
  173.       object TPanel
  174.         Left = 211
  175.         Top = 0
  176.         Width = 211
  177.         Height = 201
  178.         Align = alClient
  179.         BevelOuter = bvNone
  180.         TabOrder = 1
  181.         object TPanel
  182.           Left = 0
  183.           Top = 0
  184.           Width = 211
  185.           Height = 22
  186.           Align = alTop
  187.           BevelOuter = bvNone
  188.           TabOrder = 0
  189.           object Label3: TLabel
  190.             Left = 6
  191.             Top = 4
  192.             Width = 99
  193.             Height = 13
  194.             Caption = 'Inheritance hierarchy'
  195.           end
  196.         end
  197.         object TvClassHierarchy: TTreeView
  198.           Left = 0
  199.           Top = 22
  200.           Width = 211
  201.           Height = 179
  202.           ReadOnly = True
  203.           Indent = 19
  204.           Align = alClient
  205.           TabOrder = 1
  206.         end
  207.       end
  208.     end
  209.   end
  210. end
  211.